home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / ny_src.zip / ENMBAK.TXT < prev    next >
Text File  |  1995-02-26  |  1KB  |  118 lines

  1. ;This is the enemy file (run 'AEDIT < ENM.TXT' to compile)
  2. ;format:
  3. ;commands = 
  4. ; A - Add record, followed by the record ... do not add comments into the
  5. ;     record...
  6. ; N - Set the last enemy to be overleap into the next level and increase 
  7. ;     level and set it to the first enemy of the new level
  8. ; Q - Quit Sets the last record as the last enemy in the current level and 
  9. ;     quits
  10. ;record format =
  11. ;name
  12. ;hitpoints
  13. ;attack strength
  14. ;defense strength
  15. ;arm
  16. ;-----------
  17. A
  18. Kid
  19. 12 
  20. 10
  21. 9
  22. 1
  23. ;-----------
  24. A
  25. Beggar
  26. 17
  27. 10
  28. 10
  29. 1
  30. ;-----------
  31. A
  32. Old Fart
  33. 14
  34. 9
  35. 6
  36. 1
  37. ;-----------
  38. A
  39. Ugly old bitch
  40. 19
  41. 13
  42. 9
  43. 1
  44. ;-----------
  45. A
  46. Blind criple
  47. 10
  48. 5
  49. 3
  50. 0
  51. ;-----------
  52. A
  53. Big ugly rat
  54. 11
  55. 10
  56. 11
  57. 0
  58. ;-----------
  59. A
  60. John Waynes' Bobbit Dick
  61. 14
  62. 15
  63. 5
  64. 0
  65. ;-----------
  66. A
  67. Tagger
  68. 19
  69. 14
  70. 9
  71. 1
  72. ;-----------
  73. A
  74. Real old hippie
  75. 23
  76. 14
  77. 8
  78. 2
  79. N - 1 level
  80. ;-----------
  81. A
  82. Acid junkie on a trip
  83. 26
  84. 16
  85. 12
  86. 2
  87. ;-----------
  88. A
  89. Small gang member
  90. 23
  91. 17
  92. 15
  93. 3
  94. ;-----------
  95. A
  96. Gang banger
  97. 34
  98. 19
  99. 18
  100. 4
  101. ;-----------
  102. A
  103. Drive by maniac
  104. 30
  105. 20
  106. 15
  107. 4
  108. N - 2 level
  109. ;-----------
  110. A
  111. Big Fat Dude
  112. 35
  113. 21
  114. 19
  115. 4
  116. ;-----------
  117. Q
  118.